home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 19
/
CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso
/
CUCD
/
Sound
/
THX
/
THX-Offsets.I
< prev
next >
Wrap
Text File
|
1997-10-20
|
1KB
|
30 lines
;-------------------T-----------T-----------------T---------T---------------
;variables have move! be sure to include THIS offsets.i !!!
thxInitCIA = 0*4 ;now implemented, reference doc file for use!
thxInitPlayer = 1*4
thxInitModule = 2*4
thxInitSubSong = 3*4
thxInterrupt = 4*4
thxStopSong = 5*4
thxKillPlayer = 6*4
thxKillCIA = 7*4 ;now implemented, reference doc file for use!
thxNextPattern = 8*4 ;implemented, although no-one requested it :-)
thxPrevPattern = 9*4 ;implemented, although no-one requested it :-)
;^^^ inserted next/prev-pattern, so bss_p etc. have MOVED!!!
thxBSS_P = 10*4 ;pointer to thx's public (fast) memory block
thxBSS_C = 11*4 ;pointer to thx's explicit chip memory block
thxBSS_Psize = 12*4 ;size of public memory (intern use only!)
thxBSS_Csize = 13*4 ;size of chip memory (intern use only!)
thxModule = 14*4 ;pointer to thxModule after InitModule
thx_pExternalTiming = 0 ;byte, offset to public memory block
thx_pMainVolume = 1 ;byte, offset to public memory block
thx_pSubsongs = 2 ;byte, offset to public memory block
thx_pSongEnd = 3 ;flag, offset to public memory block
thx_pPlaying = 4 ;flag, offset to public memory block